home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
text
/
hyper
/
hsc.lha
/
hsc
/
starter-project
/
include
/
standard.hsc
< prev
Wrap
Text File
|
1998-09-06
|
406b
|
14 lines
<* Your standard macros and includes for the new project can be stored here
* This is intended to be used for project dependant macros that differ
* between projects.
*
* Store standard macros you want to reuse somewhere else and use the
* CLI-option INCLUDEDIR when invoking hsc.
*>
<* A little example *>
<$macro mail-to-hugo>
<a href="mailto:hugo@resi.sepp.org">hugo@resi.sepp.org</a>
</$macro>